Received: from zeus (zeus.usq.edu.au [139.86.128.2]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id BAA15854 for <blitz-list@helsinki.fi>; Mon, 18 Jul 1994 01:34:50 +0300
Received: from helios.usq.edu.au (helios) by zeus with SMTP id AA15272
(5.65c/IDA-1.4.4 for <blitz-list@helsinki.fi>); Mon, 18 Jul 1994 08:34:02 -1000
Message-Id: <199407181834.AA15272@zeus>
Received: by helios.usq.edu.au
From: tom duncan <duncan@zeus.usq.edu.au>
Subject: Iff loading etc.
To: blitz-list@helsinki.fi
Date: Mon, 18 Jul 1994 08:30:26 +1000 (EST)
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Status:
Status: RO
Hi all.
I am having a problem with loading IFF iamges into screens.
When I load into a screen I get an anoying flash on the current screen.
Any ideas anyone. Also has anyone found a QUICKER IFF loader. Speed is of
the essence with my project and it gets realy bogged down with the current
loader.
Here is a listing of my loader. Any ideas anyone?
; load or initialise a screen into S
USEPATH Events()
If Len(\_File)>0
; Load image
ILBMInfo \_File
w.w=ILBMWidth
h.w=ILBMHeight
d.w=ILBMDepth
Id.l=ILBMViewMode
Free Window S : Free Screen S : Free BitMap S : Free GadgetList S